projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f704945
)
(fancy-splash-default-action): Discard only
author
YAMAMOTO Mitsuharu
<mituharu@math.s.chiba-u.ac.jp>
Sat, 19 Nov 2005 06:34:23 +0000
(06:34 +0000)
committer
YAMAMOTO Mitsuharu
<mituharu@math.s.chiba-u.ac.jp>
Sat, 19 Nov 2005 06:34:23 +0000
(06:34 +0000)
mouse-down and succeeding mouse-up events in the splash screen
window so that drag-n-drop event can be processed.
lisp/startup.el
patch
|
blob
|
history
diff --git
a/lisp/startup.el
b/lisp/startup.el
index 9e3f2bb4aa9cbe0c41ca45409147bb24b1e9a1eb..5c264749dd618e660f5a13165fa3c1c4e2008916 100644
(file)
--- a/
lisp/startup.el
+++ b/
lisp/startup.el
@@
-1301,7
+1301,7
@@
This is an internal function used to turn off the splash screen after
the user caused an input event by hitting a key or clicking with the
mouse."
(interactive)
- (if (and (
consp last-command-event
)
+ (if (and (
memq 'down (event-modifiers last-command-event)
)
(eq (posn-window (event-start last-command-event))
(selected-window)))
;; This is a mouse-down event in the spash screen window.